projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3dda2
)
(sendmail-user-agent): Avoid error for CONTINUE non-nil.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Dec 1996 23:27:56 +0000
(23:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Dec 1996 23:27:56 +0000
(23:27 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c0c122fa406c7abc073c395ab62773a734e280a8..64863d15836438c5fb305f599360c49d2c3af657 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2886,6
+2886,7
@@
The properties used on SYMBOL are `composefunc', `sendfunc',
(let ((cc (cdr (assoc-ignore-case "cc" other-headers)))
(in-reply-to (cdr (assoc-ignore-case "in-reply-to" other-headers))))
(or (mail continue to subject in-reply-to cc yank-action send-actions)
+ continue
(error "Message aborted"))))
'mail-send-and-exit)